|
Workout With Friends
Stay fit with a little motivation
|
Functions | |
| def | csrf_validation |
| Perform CSRF validation on all POST requests early in the request cycle. | |
| def | add_renderer_globals |
| Pass variables to the template. | |
| def | update_indexes |
| Automatically add, update, and delete indexes as necessary. | |
| def wowf.lib.subscribers.add_renderer_globals | ( | event | ) |
Pass variables to the template.
Definition at line 40 of file subscribers.py.
| def wowf.lib.subscribers.csrf_validation | ( | event | ) |
Perform CSRF validation on all POST requests early in the request cycle.
Definition at line 26 of file subscribers.py.
| def wowf.lib.subscribers.update_indexes | ( | session, | |
| flush_context | |||
| ) |
Automatically add, update, and delete indexes as necessary.
Definition at line 53 of file subscribers.py.
1.8.1.2